home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / oh2b30c.zip / OHREAD.TXT < prev    next >
Text File  |  1996-04-04  |  4KB  |  108 lines

  1.                       Copyright 1996, Hyperion Softword
  2.  
  3.                     *************************************
  4.                     *  Orpheus 2, beta release 2.00.30  *
  5.                     *************************************
  6.  
  7.                 Comments and queries to:  Hyperion Softword,
  8.                 535 Duvernay, Sherbrooke, QC J1L 1Y8, Canada
  9.                     tel/fax - 819-566-6296 (Rod Willmot)
  10.                        email - willmot@interlinx.qc.ca
  11.  
  12.  
  13. Contents of this file:  Purpose
  14.                         Usage
  15.                         Requirements
  16.                         Licence
  17.                         User Interface
  18.                         Supported Features
  19.                         Missing Features
  20.  
  21. Last revised:  February 18, 1996
  22.  
  23.  
  24. PURPOSE:
  25. ========
  26.  
  27.     For reading compiled/assembled hypertext documents created with Orpheus 2.
  28.     These consist of one .HTX file, optionally accompanied by one or more
  29.     numbered subfiles (filename.001, filename.002).
  30.  
  31.  
  32. USAGE:
  33. ======
  34.  
  35.         OHREAD [filename][.HTX]
  36.  
  37.     The filename can be given with or without the ".HTX" extension.  If
  38.     no filename is given, looks for any HTX file in the current directory.
  39.  
  40.     Command-line switches:
  41.  
  42.        /g      - force grey-scale color values instead of color.  Use this
  43.                  if you have a CGA monitor that displays 16 shades of one
  44.                  color (grey, green, amber).
  45.        /c      - force color instead of grey-scale, in case a CFG file
  46.                  somewhere says you don't have a color monitor and you do.
  47.        /ns     - force no saves of Reader CFG files or other files
  48.        /nm     - force no mouse, in case standard mouse-initialization
  49.                  causes trouble on your machine (or you don't like mice)
  50.        /v      - get the version number
  51.  
  52.     Switches can be given before or after the filename, separated by a space,
  53.     and you can use "-" instead of "/": -b -ns.
  54.  
  55.  
  56. REQUIREMENTS:
  57. =============
  58.  
  59.     Requires DOS 3.1 or higher.  Runs fine under Windows 3.1 and OS/2.
  60.     Desqview users:  define as a full-screen application that writes
  61.     directly to the screen.  RAM requirements depend on the size of the
  62.     HTX, but a 1-megabyte HTX should be handled fine in under 350K free RAM.
  63.     AUTHORS:  If you need a text-only version that runs in under 140K
  64.     free RAM (similar to OHHELP.EXE), give me a call.
  65.  
  66.  
  67. LICENCE:
  68. ========
  69.  
  70.     Registered users of Orpheus 2 are licensed to distribute the Orpheus
  71.     Reader (this program) together with their finished works.  Unregistered
  72.     users must NOT distribute finished works with this program.
  73.     When the Reader detects an HTX created with an unregistered copy of
  74.     Orpheus, it displays a warning message.
  75.  
  76.  
  77. USER INTERFACE:
  78. ===============
  79.  
  80.     Orpheus 2 is designed to give power and flexibility to hypertext
  81.     authors.  The user-interface that appears with any given HTX depends
  82.     entirely on that work's author; this includes keyboard behavior.  If
  83.     the author of an HTX has disabled the standard Exit key (Alt-X in the
  84.     English version), he must provide you with an Exit command of his own,
  85.     either through an onscreen button or a scripted menu.  If you have to
  86.     hit Ctl-Alt-Del to get out of this program, complain to the author!
  87.  
  88.  
  89. SUPPORTED FEATURES:
  90. ===================
  91.  
  92.     Supports all features documented in the same release of OH.EXE's
  93.     online Help, including PCX/GIF/FLI/FLC display, printing, and running
  94.     external programs via script commands.  Features you actually see depend
  95.     on what the author of a given HTX has provided.
  96.  
  97.  
  98. MISSING FEATURES:
  99. =================
  100.  
  101.     Some features that you may have used in previous versions of Orpheus,
  102.     such as Bookmarks and the self-running Tour, have not yet been added
  103.     to the OH2 Reader.  Some or all of these will be added in future releases,
  104.     but will only be visible/accessible in a given HTX if the author of that
  105.     work has enabled them.
  106.  
  107.  
  108.